PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / PDFFixedDocument Constructor / PDFFixedDocument Constructor(Stream,String)
Stream that contains PDF content.
Password required to open the PDF file.
In This Topic
    PDFFixedDocument Constructor(Stream,String)
    In This Topic
    Initializes a new PDFFixedDocument object from a PDF stream.
    Syntax
    public PDFFixedDocument( 
       Stream stream,
       java.lang.String password
    )

    Parameters

    stream
    Stream that contains PDF content.
    password
    Password required to open the PDF file.
    See Also